func sort.maxDepth

3 uses

	sort (current package)
		slice.go#L20: 	quickSort_func(lessSwap{less, swap}, 0, length, maxDepth(length))
		sort.go#L231: 	quickSort(data, 0, n, maxDepth(n))
		sort.go#L236: func maxDepth(n int) int {